home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Install / PV.BAT < prev    next >
DOS Batch File  |  1995-05-24  |  456b  |  25 lines

  1. echo off
  2. if not exist c:\wc_qpv\cfg\*.* goto rm_qpv_p
  3. echo y | del c:\wc_qpv\cfg\*.* > nul
  4. rmdir c:\wc_qpv\cfg > nul
  5.  
  6. :rm_qpv_p
  7. if not exist c:\wc_qpv\*.* goto rm_log_p
  8. echo y | del c:\wc_qpv\*.* > nul
  9. rmdir c:\wc_qpv
  10.  
  11. :rm_log_p
  12. if not exist c:\uvconfig.log goto rm_drv_p
  13. del c:\uvconfig.log
  14.  
  15. :rm_drv_p
  16. if not exist c:\pwrview\univbe.drv goto inst_pv
  17. del c:\pwrview\univbe.drv
  18.  
  19. :inst_pv
  20. c:
  21. cd \pwrview
  22. uvconfig
  23. %1
  24. rmdir c:\newfiles
  25.